home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Taifun / Taifun 007 (1987-02-15)(Ossowski, Stefan)(DE)(PD).zip / Taifun 007 (1987-02-15)(Ossowski, Stefan)(DE)(PD).adf / C Compiler / READ.ME.fnf < prev    next >
Text File  |  1987-03-04  |  2KB  |  29 lines

  1. About a year ago, I downloaded this compiler from BIX.  I had always intended
  2. to go though it and fix it up, but never found the time.  I also furnished it
  3. to several people who wanted to work on it (after I mentioned it on Usenet),
  4. but never got anything back.  Also, with the available compilers at the
  5. time, the executable would simply crash the machine when I tried to run
  6. it.
  7.  
  8. I finally decided to pull it out, dust it off, and take another look at
  9. it.  As part of the process of fixing it up, I had previously run it
  10. though a mechanical reformatter, and it is that result that is
  11. furnished here, along with a few changes and bug fixes to keep it
  12. from dereferencing null pointers.  I really haven't done much else
  13. other than recompile it under Lattice 3.10.  Lo and behold, it now
  14. will compile simple C routines into 68000 assembly.  Whether or not
  15. the algorithm implemented by the resulting assembly code is even
  16. remotely related to the intended algorithm expressed by the C code
  17. is something I haven't looked at.  I still don't have time.  *Sigh*.
  18.  
  19. Anyway, since it now looks like it might be reasonable to do something
  20. useful with this code, I've decided to go ahead and release it in its
  21. current state, in the hopes that some compiler guru out there will
  22. adopt it.  Note also that we now have almost all the necessary pieces
  23. for a completely freely redistributable C compiler.  We have a cc
  24. front end that I did long ago, a cpp from Decus, this compiler, a
  25. shareware assembler, blink from the software distillery, and a
  26. runtime support library (my.lib) from Matt Dillon.
  27.  
  28. -Fred  13-Jan-87
  29.